lcEntMirror Home

Reproduces the specified graphic object in a mirror-like fashion, relative to the 'mirror edge'.

 BOOL lcEntMirror (
   HANDLE hEntity,
   double X1,
   double Y1,
   double X2,
   double Y2,
 );

Parameters
hEntity
  Handle to a graphic object.
X1 Y1
  Coordinates of the first point on mirror edge.
X2 Y2
  Coordinates of the second point on mirror edge.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockSelMirror